home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / windowspluspack2008_3923 / 13885 / files / phraseexpress.exe / {app} / autotext / tutorial.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-01-14  |  2.8 KB  |  123 lines

  1. /***********************************************/
  2. /* text properties                           */
  3. /***********************************************/
  4.  
  5. body{
  6. font-family: Arial, Helvetica, sans-serif;
  7. color: #333333;
  8. font-size: x-small;
  9. voice-family: "\"}\"",inherit;
  10. font-size: small;
  11. margin:20px 40px;
  12. padding: 0px 40px;
  13. }
  14.  
  15. html>body { font-size: small;}
  16.  
  17. p,h5 {margin: 10px 0 10px 0;}
  18.  
  19. h1, h2, h3, h4 {
  20.     font-family: Arial, Helvetica, sans-serif;
  21.     font-weight:bold;
  22.     color: #990000;
  23.     letter-spacing: -1px;
  24.     margin: 0px 0px 10px 0px;
  25.     font-size: large;
  26.     padding-top: 30px;
  27. }
  28.  
  29. .notopmargin {margin-top:0px; padding-top:0px;}
  30.  
  31. h1 {
  32.     font-size: x-large;
  33.     padding-top:0;
  34. }
  35.  
  36. h3 {font-size: medium;}
  37.  
  38. hr {
  39.     margin-top: 20px;
  40. }
  41.  
  42. ul {list-style-type: none; padding-left:0; margin-left: 10px;}
  43.  
  44. ul li {background: url(bullet.gif) no-repeat; 
  45. margin-top: 10px;
  46. padding-left: 14px;
  47. margin-bottom: 10px;
  48. margin-left: 0px;}
  49.  
  50. .infotext {padding: 1px 0px 1px 25px;
  51.  background: url(info.gif) no-repeat;}
  52.  
  53. ol {list-style-type:none; padding-left: 0px; margin-top: 20px; margin-left: 5px;}
  54. .bullet_one, .bullet_two, .bullet_three, .bullet_four, .bullet_five, .bullet_six {background: no-repeat; padding: 2px 0px 10px 30px; margin-bottom:20px;}
  55. .bullet_one {background-image: url(bullet_one.gif)}
  56. .bullet_two {background-image: url(bullet_two.gif)}
  57. .bullet_three {background-image: url(bullet_three.gif)}
  58. .bullet_four {background-image: url(bullet_four.gif)}
  59. .bullet_five {background-image: url(bullet_five.gif)}
  60. .bullet_six {background-image: url(bullet_six.gif)}
  61.  
  62. a:link, a:visited, a:hover {
  63. color: #000099;
  64. font-weight: bold;
  65. text-decoration: none;
  66. }
  67.  
  68. a:hover {color: #0066CC;}
  69.  
  70. .help {cursor: help;}
  71.  
  72. .highlight {
  73.     background-color:#FFFFCC;
  74.     border: solid 1px;
  75.     border-color:#CCCCCC;
  76.     margin: 30px 0px;
  77.     padding:10px 20px;
  78. }
  79.  
  80. /*******************/
  81. /* Normal Button */
  82. /*******************/
  83.  
  84. ul.button {margin: 0px 0px 0px 0px; list-style-type: none; clear:both;}
  85.  
  86. .button li, p.button {
  87. background: url("bl.gif") no-repeat center left;
  88. white-space: nowrap; float: left;
  89. background-color: #990000;
  90. padding-left: 10px;
  91. margin:20px 0;}
  92.  
  93. .button li {margin: 10px 10px 10px 0; display: inline; }
  94.  
  95. p.button {clear:both; margin: 20px 20px 20px 0px;}
  96.  
  97. .button a {
  98.     display: block;
  99. }
  100.  
  101. /* Commented backslash hack hides rule from IE5-Mac \*/
  102. .button a
  103. {float: none;}
  104. /* End IE5-Mac hack */
  105.  
  106. .button a, .button a:link, .button a:hover, .button a:visited {
  107.     background: url("br.gif") no-repeat center right;
  108.     color: #FFFFFF;    margin: 0;
  109.     padding-bottom: 3px;
  110.     padding-top: 3px;
  111.     padding-right: 10px;}
  112.  
  113. .button a:hover {text-decoration:underline;}
  114.  
  115. p.button, ul.button {float:right}
  116.  
  117. em.type, span.type, p.type {
  118.     font-family:"Courier New", Courier, monospace;
  119.     font-style:normal;
  120.     font-weight:bolder;
  121.     padding: 2px 10px;
  122. }
  123.